From: Juanma Barranquero Date: Sat, 1 May 2004 13:55:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22785 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b8e9fd25c3d442bbc3e22885a065ee6d1396b080;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f80f1a6c7a..65c8131fb61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-05-01 Juanma Barranquero + + * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to + format arglist so default values in CL-style argument lists are + correctly shown. + 2004-05-01 Jason Rumney * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions. @@ -39,7 +45,7 @@ * delsel.el: Don't put `delete-selection' property on `insert-parentheses' symbol to take advantage of region handling in `insert-pair' function. - Suggested by Stephan Stahl + Suggested by Stephan Stahl . 2004-04-30 Kim F. Storm @@ -69,7 +75,7 @@ New defmacro. (cua-upcase-rectangle, cua-downcase-rectangle): Use it. (cua-upcase-initials-rectangle, cua-capitalize-rectangle): - New commands (suggested by Jordan Breeding).. + New commands (suggested by Jordan Breeding). 2004-04-30 Juanma Barranquero @@ -5783,7 +5789,7 @@ 2003-08-12 Juri Linkov (tiny change) * simple.el (backward-word, forward-to-indentation) - (backward-to-indentation): Argument changed to optional. + (backward-to-indentation): Argument changed to optional. (next-line, previous-line): Use `or' instead of `unless'. 2003-08-12 Vinicius Jose Latorre @@ -5965,7 +5971,7 @@ behaviour of `calendar-day-name' and `calendar-month-name' functions. (diary-name-pattern): Use abbrev arrays, rather than fixing abbrevs at three chars. Calling syntax change. - (mark-diary-entries): Adapt for new behaviours of + (mark-diary-entries): Adapt for new behaviours of `diary-name-pattern' and `calendar-make-alist' functions. (fancy-diary-font-lock-keywords): Adapt for new behaviour of `diary-name-pattern' function. @@ -6416,7 +6422,7 @@ 2003-07-08 Markus Rost - * subr.el (dolist, dotimes): Doc fix. + * subr.el (dolist, dotimes): Doc fix. 2003-07-08 Kim F. Storm